SET CURRENT BITMAP
This command will set the current bitmap number for all drawing operations.
SET CURRENT BITMAP Bitmap Number
Bitmap Number
Integer
Specify a bitmap number between 0 and 32.
This command does not return a value.
Use this command if you wish to draw, paste and extract images from the bitmap. Setting the current bitmap to zero points all drawing operations to the screen. The parameter should be specified using an integer value. Setting the parameter to a negative number will specify a camera target. The positive equivilant of the negative value indicates the camera number. If the camera does not exist, the default bitmap zero is used.
CREATE BITMAP 1,640,480
SET CURRENT BITMAP 0
PRINT CURRENT BITMAP()
WAIT KEY
BITMAP Commands Menu
Index